PDF4Java Reference Documentation
com.o2sol.pdf4java.core Package / PDFFileEx Class / getPositionForFieldWidget Method
The field that owns the widget.
Index of the widget.
In This Topic
    getPositionForFieldWidget Method
    In This Topic
    Gets the position on the page for the specified field widget.
    Syntax
    public PDFDisplayRectangle getPositionForFieldWidget( 
       java.lang.String fieldName,
       int widgetIndex
    )

    Parameters

    fieldName
    The field that owns the widget.
    widgetIndex
    Index of the widget.

    Return Value

    A specifying the position of the widget on the page.
    See Also